const runtime._SigKill
6 uses
runtime (current package)
runtime2.go#L876: _SigKill // if signal.Notify doesn't take it, exit quietly
signal_unix.go#L718: if flags&_SigKill != 0 {
signal_unix.go#L1302: return flags&(_SigKill|_SigThrow) == 0
sigtab_linux_generic.go#L11: /* 1 */ {_SigNotify + _SigKill, "SIGHUP: terminal line hangup"},
sigtab_linux_generic.go#L12: /* 2 */ {_SigNotify + _SigKill, "SIGINT: interrupt"},
sigtab_linux_generic.go#L25: /* 15 */ {_SigNotify + _SigKill, "SIGTERM: termination"},
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |